runtime.g.cgoCtxt (field)

7 uses

	runtime (current package)
		cgocall.go#L266: 		s := append(gp.cgoCtxt, ctxt)
		cgocall.go#L274: 		p := (*slice)(unsafe.Pointer(&gp.cgoCtxt))
		cgocall.go#L281: 			p := (*slice)(unsafe.Pointer(&gp.cgoCtxt))
		runtime2.go#L485: 	cgoCtxt        []uintptr      // cgo traceback context
		traceback.go#L84: 	cgoCtxt := gp.cgoCtxt
		traceback.go#L178: 					cgoCtxt = gp.m.curg.cgoCtxt
		traceback.go#L183: 					cgoCtxt = gp.m.curg.cgoCtxt